projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf52ad5
)
(Fx_popup_menu): Restore accidentally-deleted call to mouse_position_hook.
author
Karl Heuer
<kwzh@gnu.org>
Thu, 5 May 1994 05:36:17 +0000
(
05:36
+0000)
committer
Karl Heuer
<kwzh@gnu.org>
Thu, 5 May 1994 05:36:17 +0000
(
05:36
+0000)
src/xmenu.c
patch
|
blob
|
history
diff --git
a/src/xmenu.c
b/src/xmenu.c
index 87a74a1a09f3c16ff36103f1ec40eefe58efe871..7764ce3cd83674e8dcdffcff85a2a3bbee146cb0 100644
(file)
--- a/
src/xmenu.c
+++ b/
src/xmenu.c
@@
-693,6
+693,8
@@
cached information about equivalent key sequences.")
int part;
unsigned long time;
+ if (mouse_position_hook)
+ (*mouse_position_hook) (&new_f, &bar_window, &part, &x, &y, &time);
if (new_f != 0)
XSET (window, Lisp_Frame, new_f);
else